home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Complete Mac Interactive / Macworld Complete Mac Interactive CD)(1994).iso / The Best of BMUG / Graphics / Drawing⁄Painting Programs / Fractal Wizard / Read Me < prev   
Text File  |  1992-12-02  |  4KB  |  68 lines

  1. Fractal Wizard, the niftiest Macintosh fractal imaging utility!
  2.  
  3. Release 1.6, 3 december 1992
  4.  
  5. It has been two years since version 1.5 was put in the info-mac archive. I
  6. have received some feedback since then, mostly requests for new features, and I
  7. am happy to say I honoured most of them. Here's a quick overview:
  8.  
  9.  - More EDPs (External Drawing Procedures): Reinoud Lamberts's beautiful Kaos
  10.    IFS fractal; the Mandelbrot Set using a recursive subdivision algorithm
  11.    stolen from MandelZot, only my implementation is six times faster :-) ;
  12.    Complex Newton iteration; and more.
  13.  - EDPLib: better support for people wanting to write their own EDPs. Still
  14.    unfinished, but already usable. I do need feedback on this - hackers, are
  15.    you there?
  16.  - 16-bit and 32-bit support. Direct-colour only right now, but hooks are
  17.    present to make better use of the capability in the future.
  18.  - Zooming: magnify or reduce on-screen images up to 8 times.
  19.  - Much improved MultiFinder friendliness. In particular, those incredibly slow
  20.    dithered screen updates are now done in small chunks, giving other processes
  21.    the CPU in between.
  22.  - Many bug fixes and cosmetic improvements. Memory management in particular
  23.    should be leak-free and rock solid now.
  24.  
  25. The system requirements have become a bit more severe: 32-Bit QuickDraw is
  26. strictly required now. The full requirements are now:
  27.  
  28.  - A Macintosh with an 68020, 68030 or 68040 processor. For 68020 and 68030
  29.    machines, a floating-point coprocessor is also required. Don't even try
  30.    using SoftwareFPU: I didn't make Fractal Wizard depend on an FPU for kicks,
  31.    but to keep it usable; SoftwareFPU is simply too slow.
  32.  - System software version 6.0.5 or later.
  33.  - 32-Bit Colour QuickDraw.
  34.  
  35. EDPLib is my attempt at making the task of writing your own EDPs a bit easier.
  36. When you use EDPLib, you don't have to worry about many details of the EDP <->
  37. Fractal Wizard interface (a bit like the way DRVRRuntime helps you write
  38. drivers and DAs). EDPLib even implements the recursive subdivision algorithm.
  39. EDPLib is not finished yet, but the interface is. This means that you can write
  40. and debug an EDP using EDPLib now, and when the final version of EDPLib is
  41. released, you only need to re-link, and you will have a fully functional EDP.
  42.  
  43. Apart from EDPLib, the main unfinished item in this release is the
  44. documentation. There are even more items on the To Do list, but these two have
  45. top priority as far as I am concerned.
  46. One item that is not on the To Do list, but that I would like to see done, is
  47. support for other development systems. I wrote Fractal Wizard with MPW, though
  48. even MPW support is not complete (no C interface for EDPLib), but I would like
  49. to see support for THINK Pascal and THINK C added.
  50. In order to help all you hackers help me, this release includes the complete
  51. Fractal Wizard & EDP source code. Yes, all of it! And yes, this means that as
  52. of version 1.6, Fractal Wizard is in the public domain. But: please send all
  53. your enhancements and fixes to me, and I will continue to maintain Fractal
  54. Wizard, and take care of posting new releases to the info-mac archive.
  55.  
  56. I hope you enjoy Fractal Wizard 1.6, and as always, I look forward to hearing
  57. from you all. My current e-mail address is:
  58.  
  59.     thomas%knoware.ruu.nl@accucx.cc.ruu.nl
  60.  
  61. This is subject to change in the near future, so you might be more successful
  62. using dead trees and the ol' snail mail system:
  63.  
  64.     Thomas Okken
  65.     Marie Curieweg 40
  66.     3731 CH  De Bilt
  67.     Netherlands
  68.